home *** CD-ROM | disk | FTP | other *** search
- global gSound, gColorDepth
-
- on startMovie
- startTimer()
- set the centerStage to 1
- updateStage()
- if the machineType = 256 then
- nothing()
- else
- set gColorDepth to the colorDepth
- set the colorDepth to 8
- end if
- set the floatPrecision to 8
- set gSound to "Click.Aif"
- end
-
- on stopMovie
- set the colorDepth to gColorDepth
- end
-